home *** CD-ROM | disk | FTP | other *** search
/ GEN4 #76 / GEN4 CD 76.iso / pc / battled / install.bat < prev    next >
DOS Batch File  |  1995-01-12  |  467b  |  20 lines

  1. @echo off
  2. mode co80
  3. copyfilz %1 %2 %3 %4 %5 %6 %7 %8 %9 
  4. if errorlevel 1 goto end
  5. if not exist soundset.exe goto end
  6. soundset
  7. cls
  8. echo ˇTo play NOW:
  9. echo ˇ   Type BD and press [ENTER].
  10. echo  . 
  11. echo ˇTo play LATER:
  12. echo ˇ   CD to the game directory,
  13. echo ˇ   then type BD and press [ENTER].
  14. echo  .
  15. echo  If you should ever need to change your sound card
  16. echo  selection or settings, CD to the game directory
  17. echo  and run SOUNDSET.
  18. goto end
  19. :end
  20.